home *** CD-ROM | disk | FTP | other *** search
/ Birth of Jesus Activity Center / Birth of Jesus Activity Center.iso / mac / data / babyj.dir / 00004_Script_4 < prev    next >
Text File  |  1997-11-02  |  628b  |  23 lines

  1. global gIntroFlashList, gIntroFlashIndex, gIntroFlashTimer
  2. global upBtn, dnBtn, nameBtn0, nameBtn1, nameBtn2, nameBtn3, nameBtn4, forwardBtn 
  3.  
  4. on exitFrame
  5.   --  disableMouseEvents
  6.   -- [tick, object | channel, <member>]
  7.   set gIntroFlashList = [ ¨
  8.     [66, nameBtn0], ¨
  9.     [96, nameBtn1], ¨
  10.     [126, nameBtn2], ¨
  11.     [156, nameBtn3], ¨
  12.     [186, nameBtn4], ¨
  13.     [293, 22, member("nameBtnRO")], ¨
  14.     [323, 22, member("nameBtnRO")], ¨
  15.     [360, forwardBtn], ¨
  16.     [390, forwardBtn], ¨
  17.     [410, forwardBtn] ¨
  18.   ]
  19.   
  20.   set gIntroFlashIndex = 1
  21.   set gIntroFlashTimer = the Timer
  22.   puppetsound "login"
  23. end